home *** CD-ROM | disk | FTP | other *** search
- package javax.swing;
-
- import java.awt.event.ActionEvent;
- import java.io.Serializable;
-
- class Timer$DoPostEvent implements Runnable, Serializable {
- // $FF: synthetic field
- private final Timer this$0;
-
- Timer$DoPostEvent(Timer var1) {
- this.this$0 = var1;
- }
-
- Timer getTimer() {
- return this.this$0;
- }
-
- public void run() {
- if (Timer.access$0()) {
- System.out.println("Timer ringing: " + this.this$0);
- }
-
- if (this.this$0.eventQueued) {
- this.this$0.fireActionPerformed(new ActionEvent(this.this$0, 0, (String)null));
- this.this$0.cancelEvent();
- }
-
- }
- }
-